home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 April / macformat-023.iso / Reader's Corner / Reader's Contibutions / Modified / FrEQuency data / 00016.ls < prev    next >
Encoding:
Text File  |  1995-01-19  |  301 b   |  16 lines

  1. on exitFrame
  2.   global ready
  3.   if the lastClick > (10 * 60) then
  4.     go(#next)
  5.   else
  6.     set the movieRate of sprite 31 to 0
  7.     set ready to ready + 1
  8.     if ready = 10 then
  9.       set the movieRate of sprite 1 to 1
  10.       play frame "looper"
  11.     else
  12.       play frame "looper"
  13.     end if
  14.   end if
  15. end
  16.